#custom-confirm{display:none;position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;align-items:center;justify-content:center}#custom-confirm .custom-confirm-main{width:516px;background:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);border-radius:5px;padding:38px 20px 26px;box-sizing:border-box}#custom-confirm .custom-confirm-main .custom-confirm-content{font-size:16px;color:#333;line-height:29px;margin-bottom:38px;text-align:center}#custom-confirm .custom-confirm-main .custom-confirm-btns{display:flex;align-items:center;justify-content:center;font-size:14px}#custom-confirm .custom-confirm-main .custom-confirm-btn-cancel{width:170px;height:34px;opacity:1;background:#fff;border:1px solid #e6e6e6;border-radius:5px;margin-right:30px;line-height:34px;text-align:center;color:#666;cursor:pointer}#custom-confirm .custom-confirm-main .custom-confirm-btn-cancel:hover{background:#e6e6e6}#custom-confirm .custom-confirm-main .custom-confirm-btn-submit{width:170px;height:34px;opacity:1;background:#fd4c5d;border-radius:5px;line-height:34px;text-align:center;color:#fff;cursor:pointer}#custom-confirm .custom-confirm-main .custom-confirm-btn-submit:hover{background:#ec4556}